.main{ line-height: 30px; padding: 5% 0;}
body {
    --theme-bg: #0047ba;
}

@media screen and (max-width:768px){
    .row{ margin: 0;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
/*.shuiyin{ position: absolute; left: 0; top: 0; z-index: 1; background: url("../images/shuiyin.png") no-repeat center; width: 100%; height: 100%; background-size: 50%;}*/

.my-button-disabled{opacity: 1!important;pointer-events:visible!important; cursor: pointer!important;}
.jw-controlbar { width: 100% !important;}

#dituContent label {
    max-width: unset!important;
    text-align: center;
}
@media screen and (max-width:1200px){
}

@media screen and (max-width:991px){
    .layui-layer{ width: 94% !important; left: 3% !important;}
    .p15{ padding-left: 15px; padding-right: 15px;}
}


@keyframes fn1 {
    0% {
        opacity: 0;
        clip-path: inset(100% 0 0 0);
        transform: translate3d(0%, 20px, 0);
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: none;
    }
}
.fn1 {
    animation-name: fn1;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}


.canshu_nr{ overflow: hidden;}



/*头部*/
#top_line{ background: #fff; border-bottom: 1px solid #e5e5e5; height: 35px; line-height: 35px;}
#top_line span{ font-weight: bold;}
#top_line dl dd{ padding: 0 20px; border-right: 1px solid #efefef;}
#top_line dl dd i{ font-size: 20px; margin-right: 10px;}
#top_line dl dd.weixin{ position: relative;}
#top_line dl dd.weixin p{ width: 100px; position: absolute; left: -90px; top: 0; z-index: 999; opacity: 0; transition: 0.5s;}
#top_line dl dd.weixin p img{ width: 100%;}
#top_line dl dd.weixin:hover p{ left: -100px; opacity: 1;}


#top_index{ height: auto; margin: 0 auto; transition: 0.3s; width: 100%; z-index: 99; position: relative; border-bottom: 1px solid rgba(255,255,255,0.2);}
#logo{ text-align: center; transition: 0.3s; padding: 15px;}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.5s;}
.top_tel{ color: #fff; background: #0047ba; font-size: 24px; border-radius: 5px; overflow: hidden;}
.top_tel i{ font-size: 20px; text-align: center; margin-right: 20px; background: #0090e3; border-radius: 5px; width: 40px; line-height: 40px; }
.top_tel p{ font-size: 26px; color: #fff; font-weight: bold;}
@media screen and (max-width:1700px){
    .top_tel p{ font-size: 22px;}
}
@media screen and (max-width:1600px){
    .top_tel p{ font-size: 20px;}
    .top_tel i{ font-size: 24px;}
}
@media screen and (max-width:1440px){
    #top_line dl dd{ padding: 0 10px;}
    #logo a img{ max-width: 100%;}
    .top_tel p{ font-size: 16px;}
    .top_tel i{ margin-right: 5px;}
}
@media screen and (max-width:1200px){
    #top_line dl dd{ padding: 0 5px; font-size: 12px;}
    #top_line dl dd i{ margin-right: 5px; font-size: 14px;}
    #top_line{ font-size: 12px;}
    #top_line em{ display: none;}
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 798px){
    #top_line{ display: none;}
}



#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; font-size: 16px; text-align: center; transition:0.5s; padding: 4% 0;}
#nav li .big{ display: block; position: relative; z-index: 1; line-height: 22px; color: #333;}

#nav li .navson{display: none; position: absolute; left: 0; overflow: hidden; border-top: 1px solid #ededed; background: url("../images/subnav_bj.jpg") no-repeat center #fff; box-shadow: 0 10px 10px rgba(0,0,0,0.05); color: #333; top: 100%; z-index: 99999; width: 100vw;}
#nav li .navson .main{ padding: 50px 0;}
#nav li .navson .nav_font{ width: 100%; text-align: left; line-height: 30px;}
#nav li .navson .nav_font h4{ color: var(--theme-bg); font-size: 26px; height: 50px; font-weight: bold !important; position: relative;}
#nav li .navson .nav_font h4:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 3%; height: 3px; background: var(--theme-bg);}
#nav li .navson .nav_font .font{ color: #999999; font-size: 16px; padding: 2% 0; width: 60%;}
#nav li .navson .nav_font dl{ margin: 0;}
#nav li .navson .nav_font dl dd{ float: left; margin-right: 3%; text-align: left; transition: 0.3s;}
#nav li .navson .nav_font dl dd i{ display: inline-block; font-size: 12px; margin-right: 5px;}
#nav li .navson .nav_font dl dd a{ color: #333333; font-size: 16px;}
#nav li .navson .nav_font dl dd:hover a{ color: var(--theme-bg);}
#nav li .navson .nav_font .ly{ margin-top: 3%; height: 50px; line-height: 50px; background: var(--theme-bg); width: 12%; color: #fff; text-align: center; transition: 0.3s;}
#nav li .navson .nav_font .ly:hover{ background: #014397;}

@media screen and (max-width:1800px){
}
@media screen and (max-width:1700px){
}
@media screen and (max-width:1600px){
    #nav li .big p{ display: none;}
    #nav li{ padding: 3% 0;}
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1350px){
}
@media screen and (max-width:1300px){
}
@media screen and (max-width:1200px){
    #nav li{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #top_index{ padding: 0; width: 100%;}
    #top_index .row{ margin: 0 !important;}
    #logo{ text-align: left; padding: 2%;}
}
@media screen and (max-width:768px){
    #logo a img{ max-width: 85%;}
    #logo{ padding: 2%;}
}


#banner,#mobile_banner{ position: relative;}
#banner img{ width: 100%;}
#banner .swiper-pagination{ bottom: 3%;}
#banner .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 1px; transition:0.3s; opacity: 0.7; background: #fff;}
#banner .swiper-pagination-bullet-active{ width: 60px; background: #be0505; opacity: 1;}
#banner .swiper-button-next:after,#banner .swiper-button-prev:after{ display: none;}
#banner .swiper-button-next i,#banner .swiper-button-prev i{ color: #fff; font-size: 40px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px; line-height: 80px;}
#banner .swiper-button-next{ right: 5%;}
#banner .swiper-button-prev{ left:5%; }

#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}

.banner-swiper .swiper-button-white:after,.banner-swiper .swiper-button-white:after{ color: #fff;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #banner .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}



/*底部*/
#end_bj{ background: url("../images/end_bj.jpg") no-repeat center bottom; width: 100%; text-align: left; position: relative; border-top: 6px solid var(--theme-bg); color: #fff;}
#end_bj a{ color: #fff; transition: 0.3s; position: relative;}
#end_bj a:hover{ color: #cc0707;}
#end_bj .main{ padding: 4% 0;}

.end_line{ border-left: solid 1px rgba(255,255,255,0.2); padding-left: 3%;}
.end_nav ul .big{ font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 10px;}
.end_nav ul li{ height: 35px; line-height: 35px;}
.end_nav ul li a{ color: rgba(255,255,255,0.6) !important;}
.end_lx{ width: 65%; text-align: left;}
.end_lx .end_tel{ font-size: 16px; line-height: 35px;}
.end_lx .end_tel p{ color: var(--theme-bg); font-size: 36px; font-weight: bold;}
.end_lx .end_tel i{ font-size: 16px; color: rgba(255,255,255,0.4);}
.end_lx ul{ padding: 6% 0 0 !important; font-size: 15px;}
.end_lx ul li i{ margin-right: 10px; font-size: 18px; line-height: 35px; display: inline-block;}
.ewm{ margin: 0 1%; width: 25%;}
.ewm p{ border: 1px dashed #999999; padding: 10px;}
.ewm span{ display: block; height: 50px; line-height: 50px; color: #999999; font-size: 16px;}
.ewm img{ width: 100%;}

#end_line{ height: auto; padding: 10px 0; line-height: 30px; color: rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.05); }
#end_line a{ color: rgba(255,255,255,0.4);}
#end_line a:hover{ color: #fff;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    .end_lx{ width: 60%;}
    .end_lx .end_tel p{ font-size: 30px;}
    .end_lx .end_tel i{ font-size: 14px; line-height: 25px;}
    .end_lx ul{ font-size: 12px;}
    .end_lx ul li i{ font-size: 16px;}
}
@media screen and (max-width:991px){
    .ewm p{ padding: 5px;}
    .end_line{ border: none; padding: 0;}
}
@media screen and (max-width:768px){
    .end_lx{ width: 100%;}
    .ewm{ width: 50%;}
    #end_bj{ padding: 0 15px;}
}



.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#1e2830;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#1e2830;}
.footer_zx a:last-of-type{ background: var(--theme-bg);}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    .footer_zx i{ padding: 2% 0 1%;}
}





/*首页*/
.tit_in{ text-align: center;}
.tit_in h2{ color: #333333; font-size: 38px; font-weight: bold !important; padding: 0 0 25px; background: url("../images/tit_line.png") no-repeat center bottom;}
.tit_in p{ color: #666666; font-size: 16px; margin-top: 10px !important;}
@media screen and (max-width:1440px){
    .tit_in h2{ font-size: 32px;}
    .tit_in p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .tit_in h2{ font-size: 26px;}
}
@media screen and (max-width:768px){
    .tit_in h2{ font-size: 22px;}
    .tit_in p{ font-size: 12px; line-height: 20px;}
}



#cpnr{ margin-top: 3%;}
#cpnr .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; overflow: hidden;}
#cpnr .swiper-slide { background-size: cover; background-position: center; position: relative;}
#cpnr .gallery-top { height: auto; width: 100%; padding: 2% 0 0;}
#cpnr .gallery-top .cpclass{ background: var(--theme-bg); border-radius: 10px; padding: 25px; color: #fff;}
#cpnr .gallery-top .cpclass .pic{ width: 55%; height: 0; border-radius: 10px; padding-bottom: 37%; border: 3px solid #fff; position: relative; overflow: hidden; transition: 0.3s; }
#cpnr .gallery-top .cpclass .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#cpnr .gallery-top .cpclass .font{ width: 40%;}
#cpnr .gallery-top .cpclass .font .tit h2{ font-size: 32px; font-weight: bold !important;white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#cpnr .gallery-top .cpclass .font .tit p{ font-size: 16px; color: rgba(255,255,255,0.5); text-transform: capitalize;}
#cpnr .gallery-top .cpclass .font dl{ width: 80%; margin: 5% 0 !important;}
#cpnr .gallery-top .cpclass .font dl dd{ height: 40px; line-height: 40px; font-size: 16px; border: 1px solid rgba(255,255,255,0.3); border-radius: 5px;}
#cpnr .gallery-top .cpclass .font dl dd i{ font-size: 20px; margin-right: 15px;}
#cpnr .gallery-top .cpclass .font .more{ width: 80%; text-align: center; height: 45px; line-height: 45px; background: #0090e3; font-size: 16px; transition: 0.3s; color: #fff;}
#cpnr .gallery-top .cpclass .font .more:hover{ background: #fff; color: var(--theme-bg);}
#cpnr .gallery-top .swiper-slide ul{ margin: 0 -15px !important;}
#cpnr .gallery-top .swiper-slide li{ margin-bottom: 20px; position: relative; border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden;}
#cpnr .gallery-top .swiper-slide li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; transition: 0.3s; }
#cpnr .gallery-top .swiper-slide li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide li p{ width: 100%; height: 60px; line-height: 60px; color: #333333; z-index: 1; font-size: 16px; background: #fafafa; text-align: center; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; transition: 0.5s;}
#cpnr .gallery-top .swiper-slide li:hover p{ color: #fff; background: var(--theme-bg);}

#cpnr .gallery-top .swiper-slide li:hover .pic img{transform: scale(1.1);}
#cpnr .gallery-top .swiper-slide li:hover .pic p{ bottom: -60px;}
#cpnr .gallery-top .swiper-slide li:hover .font{ width: 80%; height: 80%; left: 10%; top: 10%; opacity: 1;}
#cpnr .gallery-thumbs { padding-bottom: 20px; height: auto; box-sizing: border-box; position: relative;}
#cpnr .gallery-thumbs .swiper-slide { position: relative; padding: 0 10px; border-bottom: 1px solid #e5e5e5; font-size: 16px; color: #333333; cursor: pointer; text-align: center;}
#cpnr .gallery-thumbs .swiper-slide:before{ position: absolute; left: 50%; bottom: -1px; width: 0; transition: 0.3s; height: 4px; background: var(--theme-bg); content: '';}
#cpnr .gallery-thumbs .swiper-slide:after { position: absolute; left: 42%; bottom: -6px; opacity: 0; transition: 0.3s; content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid var(--theme-bg);}
#cpnr .gallery-thumbs .swiper-slide p{ width: 100%; height: 0; padding-bottom: 60%; border-radius: 10px; position: relative; overflow: hidden; transition: 0.3s; }
#cpnr .gallery-thumbs .swiper-slide p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#cpnr .gallery-thumbs .swiper-slide span{ display: block; height: 50px; line-height: 50px; font-size: 16px; color: #333333;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active:before{ left: 0; width: 100%; }
#cpnr .gallery-thumbs .swiper-slide-thumb-active:after{ bottom: -10px; opacity: 1;}

@media screen and (max-width:1440px){
    #cpnr .gallery-top .cpclass .font .tit h2{ font-size: 22px;}
    #cpnr .gallery-top .cpclass .font dl{ width: 100%;}
    #cpnr .gallery-top .cpclass .font dl dd{ font-size: 14px;}
    #cpnr .gallery-top .cpclass .font dl dd i{ font-size: 16px;}
    #cpnr .gallery-top .cpclass .font .more{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide li p{ font-size: 14px;}
    #cpnr .gallery-top .cpclass .font .more{ width: 100%; height: 35px; line-height: 35px;}
}
@media screen and (max-width:1200px){
    #cpnr .gallery-thumbs{ padding: 0;}
    #cpnr .gallery-thumbs .swiper-slide span{ font-size: 14px;}
    #cpnr .gallery-top .cpclass .font .tit h2{ font-size: 20px;}
    #cpnr .gallery-top .cpclass .font dl dd{ height: 35px; line-height: 35px;}
    #cpnr .gallery-top .cpclass{ margin-bottom: 3%;}
}
@media screen and (max-width:991px){
    #cpnr .gallery-top .cpclass{ padding: 15px 10px;}
    #cpnr .gallery-top .swiper-slide li p{ height: 40px; line-height: 40px;}
    #cpnr .gallery-top .cpclass .font .tit h2{ font-size: 18px;}
    #cpnr .gallery-top .cpclass .font dl dd{ height: 30px; line-height: 30px; font-size: 12px;}
    #cpnr .gallery-top .cpclass .font .more{ height: 30px; line-height: 30px;}
    #cpnr .gallery-top .swiper-slide ul{ margin: 0 !important;}
}
@media screen and (max-width:765px){
}




#cpys{ position: relative;}
#cpys .swiper { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#cpys .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover;}
#cpys .mySwiper2 { height: auto; width: 100%;}
#cpys .mySwiper2 .swiper-slide{ position: relative;}
#cpys .mySwiper2 .swiper-slide .font{ position: absolute; left: 0; top: 0; width: 100%; height: auto; z-index: 1; color: #fff; padding-top: 5%;}
#cpys .mySwiper2 .swiper-slide .font .container{ padding-right: 40%;}
#cpys .mySwiper2 .swiper-slide .font .tit p{ font-size: 36px; color: #0090e3; text-transform: uppercase; font-style: italic; margin-bottom: 40px !important; font-family: '思源宋体';}
#cpys .mySwiper2 .swiper-slide .font .tit h2{ font-size: 36px; font-weight: bold !important; font-style: italic;}
#cpys .mySwiper2 .swiper-slide .font .tit h2 span{ display: block; font-size: 60px; font-family: '思源宋体'; height: 36px; line-height: 15px; margin-right: 10px;}
#cpys .mySwiper2 .swiper-slide .font .nr{ font-size: 16px; padding: 5% 0; color: rgba(255,255,255,0.5); background: url("../images/tit_line1.png") no-repeat left bottom;}
#cpys .mySwiper2 .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 42%; position: relative; overflow: hidden;}
#cpys .mySwiper2 .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#cpys .cpys_hover{ position: absolute; bottom: 0; width: 100%;}
#cpys .mySwiper { box-sizing: border-box; overflow: inherit; padding: 0 0 0 30%; position: relative;}
#cpys .mySwiper:before{ position: absolute; right: -23%; bottom: 0; content: ''; width: 100%; height: 100%; background: url("../images/cp_hover.png") no-repeat left top;}
#cpys .mySwiper .swiper-slide { border-right: 1px solid rgba(255,255,255,0.2); cursor: pointer ; color: #fff; text-align: left; padding: 0 0 0 5%; position: relative;}
#cpys .mySwiper .swiper-slide:last-of-type{ border: none;}
#cpys .mySwiper .swiper-slide .pic{ padding: 20% 0; transition: 0.3s;}
#cpys .mySwiper .swiper-slide .pic i{ font-size: 35px; height: 40px; line-height: 40px;}
#cpys .mySwiper .swiper-slide .pic h2{ font-size: 26px; height: 45px; font-weight: bold !important; background: url("../images/tit_line2.png") no-repeat left bottom; margin: 10% 0 5% !important;}
#cpys .mySwiper .swiper-slide .pic .tit p{ font-size: 18px;}
#cpys .mySwiper .swiper-slide .pic .tit span{ display: block; text-transform: uppercase; color: rgba(255,255,255,0.5);}
#cpys .mySwiper .swiper-slide-thumb-active .pic{transform: translateY(-10px); }
@media screen and (max-width:1800px){
    #cpys .mySwiper .swiper-slide .pic{ padding-left: 8%;}
    #cpys .mySwiper .swiper-slide .pic h2{ font-size: 22px;}
    #cpys .mySwiper .swiper-slide .pic .tit p{ font-size: 16px;}
    #cpys .mySwiper .swiper-slide .pic .tit span{ font-size: 12px;}
    #cpys .mySwiper2 .swiper-slide .font .tit h2{ font-size: 32px;}
    #cpys .mySwiper2 .swiper-slide .font .tit h2 span{ font-size: 50px;}
    #cpys .mySwiper2 .swiper-slide .font .nr{ font-size: 14px;}
    #cpys .mySwiper:before{ right: -20%;}
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
    #cpys .mySwiper:before{ right: -15%;}
    #cpys .mySwiper .swiper-slide .pic i{ font-size: 30px;}
    #cpys .mySwiper2 .swiper-slide .font .container{ padding-right: 20%;}
    #cpys .mySwiper2 .swiper-slide .font .nr{ padding: 2% 0;}
    #cpys .mySwiper .swiper-slide .pic .tit p{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #cpys .mySwiper:before{ right: 0; width: 150%; background-size: 100%; background: url("../images/cp_hover.png") no-repeat left bottom;}
    #cpys .mySwiper{ width: 100%; padding: 0; overflow: hidden;}
    #cpys .mySwiper .swiper-slide .pic{ padding: 8% 0 8% 0;}
    #cpys .mySwiper .swiper-slide .pic i{ font-size: 20px; height: 30px; line-height: 30px;}
    #cpys .mySwiper .swiper-slide .pic h2{ font-size: 18px; margin: 5% 0 2% !important;}
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 50%;}
    #cpys .mySwiper2 .swiper-slide .font .tit h2{ font-size: 28px;}
    #cpys .mySwiper2 .swiper-slide .font .tit p{ font-size: 30px;}
}
@media screen and (max-width:991px){
    #cpys .mySwiper{ overflow: hidden;}
    #cpys .cpys_hover{ position: relative;}
    #cpys .mySwiper2 .swiper-slide .font .container{ padding: 0;}
}
@media screen and (max-width:768px){
    #cpys .mySwiper2 .swiper-slide .font .tit h2{ font-size: 20px;}
    #cpys .mySwiper2 .swiper-slide .font .tit h2 span{ font-size: 36px; line-height: 36px;}
    #cpys .mySwiper2 .swiper-slide .font .tit p{ margin-bottom: 10px !important; font-size: 20px;}
    #cpys .mySwiper2 .swiper-slide .font .nr{ font-size: 12px;}
}
@media screen and (max-width:500px){
    #cpys .mySwiper2 .swiper-slide .font .container{ padding: 15px;}
    #cpys .mySwiper2 .swiper-slide .pic{ padding-bottom: 80%;}
    #cpys .mySwiper2 .swiper-slide .font .tit h2{ font-size: 16px;}
    #cpys .mySwiper .swiper-slide .pic .tit p{ font-size: 12px;}
    #cpys .mySwiper .swiper-slide .pic h2{ font-size: 16px; height: 30px;}
    #cpys .mySwiper .swiper-slide .pic .tit{ line-height: 20px;}
}





.jjfa{ border-radius: 30px; overflow: hidden; margin-top: 3% !important;}
.jjfa li{ width: 25%; position: relative;}
.jjfa li .tit{ position: absolute; left: 0; top: 0; width: 100%; z-index: 1; color: #fff; text-align: center; padding-top: 50%; transition: 0.3s;}
.jjfa li .tit i{ font-size: 40px; height: 50px; line-height: 50px;}
.jjfa li .tit h2{ font-size: 28px; font-weight: bold !important; margin: 5% 0 1% !important;}
.jjfa li .tit p{ text-transform: initial; font-size: 16px;}
.jjfa li .pic{display: block; width: 100%; height: 0; padding-bottom: 140%; position: relative; overflow: hidden; background: #000;}
.jjfa li .pic img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; opacity: 0.8;}
.jjfa li:hover .tit{transform: translateY(-30px);}
@media screen and (max-width:1440px){
    .jjfa li .tit h2{ font-size: 22px;}
    .jjfa li .tit p{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .jjfa li .tit i{ font-size: 30px; height: 40px; line-height: 40px;}
}
@media screen and (max-width:991px){
    .jjfa li{ width: 50%; float: left;}
}
@media screen and (max-width:768px){
    .jjfa li .tit h2{ font-size: 18px;}
    .jjfa li .tit p{ font-size: 12px;}
}







#albj{ background: url("../images/albj.jpg") no-repeat center bottom;}
#gsjjbj{ background: url("../images/jjbj.png") no-repeat left bottom;}
#gsjjbj .main{ padding: 0;}

#gsjjbj .font{ }
#gsjjbj .font i{ font-size: 90px; color: var(--theme-bg); height: 100px; line-height: 100px; }
#gsjjbj .font .tit{ background: url("../images/tit_line.png") no-repeat left bottom; padding-bottom: 20px;}
#gsjjbj .font .tit h2{ color: #121212; font-size: 36px; font-weight: bold !important;}
#gsjjbj .font .tit p{ color: #121212; font-size: 16px;}
#gsjjbj .font .con{ color: #666666; margin: 5% 0 8%; width: 90%; line-height: 40px; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;}
#gsjjbj .font .con a{ color: var(--theme-bg);}
#gsjjbj .font ul li{ width: 23%; text-align: center;}
#gsjjbj .font ul li h2{ color: var(--theme-bg); font-size: 42px; font-family: Impact;}
#gsjjbj .font ul li h2 sub{ font-size: 16px;}
#gsjjbj .font ul li p{ font-size: 16px;}
@media screen and (max-width:1440px){
    #gsjjbj .font .tit h2{ font-size: 30px;}
    #gsjjbj .font .tit p{ font-size: 14px;}
    #gsjjbj .font ul li h2{ font-size: 32px;}
    #gsjjbj .font ul li p,#gsjjbj .font ul li h2 sub,#gsjjbj .font .con{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #gsjjbj .font .tit h2{ font-size: 26px;}
}
@media screen and (max-width:991px){
    #gsjjbj .pic{ margin-top: 3%;}
    #gsjjbj .pic img{ width: 100%;}
    #gsjjbj .font .con{ width: 100%;}
    #gsjjbj .font ul li{ width: 25%;}
}
@media screen and (max-width:768px){
    #gsjjbj .font .tit h2{ font-size: 22px;}
    #gsjjbj .font .tit p{ font-size: 12px;}
    #gsjjbj .font i{ font-size: 70px; height: 80px; line-height: 80px;}
    #gsjjbj .font ul li h2{ font-size: 24px;}
    #gsjjbj .font ul li p,#gsjjbj .font ul li h2 sub{ font-size: 12px;}
}


#hzal{ position: relative; margin-top: 3% !important; }
#hzal .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#hzal .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    background: #fff;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#hzal .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#hzal .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#hzal .swiper-slide .font{ background: #fff; width: 100%; padding: 5%;}
#hzal .swiper-slide .font p{ color: #c4c4c4; text-transform: uppercase;}
#hzal .swiper-slide .font h2{ color: #333333; font-size: 18px; display: block; height: 40px; line-height: 30px;white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#hzal .swiper-slide .font .d-flex{ border-top: 1px solid #f5f5f5; height: 40px; line-height: 40px;}
#hzal .swiper-slide .font .more{ color: #333333; font-size: 14px;}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}




#indexNews{ }
#indexNews li{ width: 100%;height: auto; margin:0 auto; padding: 4% 2%; transition: 0.3s; border-bottom: dashed 1px #e2e2e2; }
#indexNews li .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 30px;}
#indexNews li .col-10{ padding: 0 3%;}
#indexNews li .news_info{ color: #999999; font-size: 14px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#indexNews li .news_time{ line-height: 30px; text-align: center; font-weight: normal !important; border-left:solid 1px #e9e9e9; color: #666666;font-size: 14px; padding: 0 !important; margin: 0 !important;}
#indexNews li .news_time span{display: block; margin:0 auto; line-height: 45px; width: 100%; text-align: center; color: #666666; font-size: 48px; transition: 0.3s; font-family: Bahnschrift; font-weight: bold;}
#indexNews li:last-of-type{ border-bottom: none;}
#indexNews li:hover .news_time span{ color: var(--theme-bg);}
#indexNews li:hover{ background: #f3f3f3;}


#xwpicnr_in{ position: relative;}
#xwpicnr_in .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xwpicnr_in .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xwpicnr_in .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 59%; background: #000; position: relative; overflow: hidden;}
#xwpicnr_in .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; opacity: 0.7;}
#xwpicnr_in .swiper-slide .font{ position: absolute; left: 0; bottom: 0; padding: 0 4% 8%; color: #fff; width: 100%; height: auto; font-size: 16px;}
#xwpicnr_in .swiper-slide .font p{ font-size: 16px;}
#xwpicnr_in .swiper-slide .font p span{ font-size: 48px; font-weight: bold; font-family: Bahnschrift;}
#xwpicnr_in .swiper-slide .font h2{ font-size: 20px; font-weight: bold !important; padding: 2% 0;}
#xwpicnr_in .swiper-slide .font .content{ display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwpicnr_in .swiper-pagination{ right: 3%; bottom: 3%; left: auto; height: 30px; text-align: right;}
#xwpicnr_in .swiper-pagination .swiper-pagination-bullet{ background: #fff; width: 10px; height: 10px;}
@media screen and (max-width:1440px){
    #indexNews li{ padding: 2% 2%;}
    #indexNews li .news_time span{ font-size: 40px;}
}
@media screen and (max-width:1200px){
    #indexNews li .news_title{ font-size: 16px;}
    #indexNews li .news_info{ font-size: 12px; line-height: 20px;}
    #indexNews li .news_time{ font-size: 12px; line-height: 15px;}
    #indexNews li .news_time span{ font-size: 30px;}
    #indexNews li i{ width: 30px; height: 30px; line-height: 27px;}
    #indexNews li i svg{ width: 16px;}
    #xwpicnr_in .swiper-slide .font span{ font-size: 36px;}
    #xwpicnr_in .swiper-slide .font{ font-size: 14px; line-height: 20px; }
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}



/*公司简介*/
.jjtit{ background: url("../images/tit_line.png") no-repeat left bottom; padding-bottom: 20px;}
.jjtit p{ color: #333333; font-size: 22px; text-transform: uppercase;}
.jjtit h2{ color: #333333; font-size: 36px; font-weight: bold !important;}
.jjcon{ font-size: 16px; line-height: 40px; margin: 3% 0 0;}

.jjlb li{ width: 23%; text-align: center;}
.jjlb li h2{ color: var(--theme-bg); font-size: 42px; font-family: Impact;}
.jjlb li h2 sub{ font-size: 16px;}
.jjlb li p{ font-size: 16px;}
@media screen and (max-width:1440px){
    .jjtit p{ font-size: 18px;}
    .jjtit h2{ font-size: 32px;}
    .jjlb li h2{ font-size: 36px;}
    .jjlb li h2 sub,.jjlb li p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .jjlb li{ float: left; width: 33%; margin-bottom: 3%;}
}
@media screen and (max-width:768px){
    .jjlb li h2{ font-size: 26px;}
    .jjlb li h2 sub,.jjlb li p{ font-size: 12px;}
    .jjcon{ font-size: 14px; line-height: 30px;}
    .jjtit p{ font-size: 14px;}
    .jjtit h2{ font-size: 26px;}
}



#whbj{ background: url("../images/whbj.jpg") no-repeat center; color: #fff;}
#whbj .tit{ font-size: 42px; background: url("../images/tit_line.png") no-repeat left bottom; height: 60px;}
#whbj .con{ font-size: 16px; line-height: 35px; width: 60%; padding: 3% 0;}
#whbj ul li{ position: relative; width: 25%; }
#whbj ul li:before{ position: absolute; content: ''; left: 0; top: 73px; width: 100%; height: 1px; background: rgba(255,255,255,0.3);}
#whbj ul li:after{ position: absolute; content: ''; opacity: 0.4; left: 0; top: 73px; width: 0; height: 2px; background: var(--theme-bg); transition: 0.5s;}
#whbj ul li i{ font-size: 40px; height: 45px; line-height: 45px;}
#whbj ul li em{ display: block; z-index: 1; border-radius: 100%; margin: 20px 0 40px; transition: 0.3s; width: 18px; height: 18px; border: 2px solid #fff; position: relative;}
#whbj ul li em:before{ position: absolute; content: ''; left: 0; top: 0; bottom: 0; right: 0; margin: auto; width: 5px; height: 5px; background: #fff; border-radius: 100%; transition: 0.3s;}
#whbj ul li h2{ font-size: 26px;}
#whbj ul li p{ font-size: 16px; padding-top: 10px !important;}
#whbj ul li:hover em{ background: var(--theme-bg); border: 2px solid var(--theme-bg);}
#whbj ul li:hover em:before{ background: #0090e3;}
#whbj ul li:hover:after{ width: 100%;}
@media screen and (max-width:1440px){
    #whbj ul li h2{ font-size: 22px;}
    #whbj ul li p{ font-size: 12px;}
    #whbj .tit{ font-size: 30px;}
    #whbj .con{ width: 100%;}
}
@media screen and (max-width:1200px){
    #whbj ul li{ padding: 0 3%;}
    #whbj ul li i{ font-size: 30px; height: 35px; line-height: 35px;}
}
@media screen and (max-width:991px){
    #whbj ul li{ padding: 0; width: 50%; float: left; margin-bottom: 30px;}
    #whbj ul li:before{ top: 63px;}
    #whbj ul li:after{ top: 63px;}
    #whbj .con{ font-size: 14px;}
    #whbj .tit{ font-size: 26px;}
}
@media screen and (max-width:768px){
    #whbj ul li{ padding: 0 10px;}
}







.zzrybj{ overflow: hidden;}
.zzrybj .pic{ position: relative;}
.zzrybj .pic:before{ position: absolute; right: 0; top: -100px; content: ''; width: 960px; height: 138%; background: url("../images/rypic.jpg") no-repeat right top; background-size: 100% 100%;}

.zzrybj .font{ padding-left: 3%;}
.zzrybj .font .tit p{ color: var(--theme-bg); font-size: 32px; font-weight: bold;}
.zzrybj .font .tit span{ color: #999999; font-size: 16px; text-transform: uppercase; padding-left: 10px;}
.zzrybj .font .more{ background: var(--theme-bg); height: 50px; line-height: 50px; color: #fff; text-align: center; font-size: 16px; padding: 0 30px;}
.zzrybj .font .more a{ color: #fff;}
.zzrybj .font .con{ color: #666666; font-size: 16px; line-height: 30px; padding: 5% 0 5%;}

#zzry{ margin-top: 3%; overflow: hidden}
#zzry .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#zzry .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#zzry .swiper-slide .pic{ display: block; width: 100%; height: 0; border: 10px solid #eeeeee; padding-bottom: 65%; position: relative; overflow: hidden;}
#zzry .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#zzry .swiper-slide .tit{ height: 55px; line-height: 55px; background: #fff; color: #666; font-size: 16px; width: 100%; text-align: center; transition:0.3s;}
#zzry .swiper-slide:hover img{ transform: scale(1.1);}
#zzry .swiper-slide:hover .tit{ background: var(--theme-bg); color: #fff;}
@media screen and (max-width:1700px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:768px){
    .zzrybj .font .tit p{ font-size: 22px;}
    .zzrybj .font .more{ font-size: 14px; padding: 0 10px; height: 40px; line-height: 40px;}
    .zzrybj .font .con{ font-size: 14px;}
}



#crcm{ margin-top: 3%; overflow: hidden}
#crcm .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#crcm .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;


    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#crcm .swiper-slide .pic{ display: block; width: 100%; height: 0; border: 10px solid #eeeeee; padding-bottom: 65%; position: relative; overflow: hidden;}
#crcm .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#crcm .swiper-slide .tit{ height: 55px; line-height: 55px; background: #fff; color: #666; font-size: 16px; width: 100%; text-align: center; transition:0.3s;}
#crcm .swiper-slide:hover img{ transform: scale(1.1);}
#crcm .swiper-slide:hover .tit{ background: var(--theme-bg); color: #fff;}





/*产品*/
#cpclass_lb{ padding: 0; overflow: hidden;}
#cpclass_lb .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 20px; box-sizing: border-box; position: relative;
}

#cpclass_lb .swiper-slide {
    text-align: center;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    padding: 0 10px; border-bottom: 1px solid #e5e5e5; color: #333333; cursor: pointer;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#cpclass_lb .swiper-slide:before{ position: absolute; left: 50%; bottom: -1px; width: 0; transition: 0.3s; height: 4px; background: var(--theme-bg); content: '';}
/*#cpclass_lb .swiper-slide:after { position: absolute; left: 42%; bottom: -6px; opacity: 0; transition: 0.3s; content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid var(--theme-bg);}*/
#cpclass_lb .swiper-slide p{ width: 100%; height: 0; padding-bottom: 60%; border-radius: 10px; position: relative; overflow: hidden; transition: 0.3s; }
#cpclass_lb .swiper-slide p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#cpclass_lb .swiper-slide span{ display: block; height: 50px; line-height: 50px; font-size: 16px; color: #333333;}
#cpclass_lb .swiper-slide:hover:before{ left: 0; width: 100%; }
/*#cpclass_lb .swiper-slide:hover:after{ bottom: -10px; opacity: 1;}*/

@media screen and (max-width:991px){
}
@media screen and (max-width:765px){
}


#cplb{ margin-top: 2% !important;}
#cplb li{ margin-bottom: 30px; border-radius: 10px; overflow: hidden;}
#cplb li .img{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition: 0.3s; }
#cplb li .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#cplb li .title{ background: #fafafa; height: 60px; line-height: 60px; text-align: center; border: 1px solid #e8e8e8; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }


.cpclass_nr{ background: var(--theme-bg); border-radius: 10px; padding: 25px; color: #fff;}
.cpclass_nr .pic{ width: 55%; height: 0; border-radius: 10px; padding-bottom: 37%; border: 3px solid #fff; position: relative; overflow: hidden; transition: 0.3s; }
.cpclass_nr .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cpclass_nr .font{ width: 40%;}
.cpclass_nr .font .tit h2{ font-size: 28px; font-weight: bold !important; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.cpclass_nr .font .tit p{ font-size: 16px; color: rgba(255,255,255,0.5); text-transform: capitalize; margin-top: 5px !important;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.cpclass_nr .font dl{ width: 80%; margin: 5% 0 !important;}
.cpclass_nr .font dl dd{ height: 40px; line-height: 40px; font-size: 16px; border: 1px solid rgba(255,255,255,0.3); border-radius: 5px;}
.cpclass_nr .font dl dd i{ font-size: 20px; margin-right: 15px;}
.cpclass_nr .font .more{ width: 80%; text-align: center; height: 45px; color: #fff; line-height: 45px; background: #0090e3; font-size: 16px; transition: 0.3s;}
.cpclass_nr .font .more:hover{ background: #fff; color: var(--theme-bg);}
@media screen and (max-width:1700px){
    .cpclass_nr .font .tit h2{ font-size: 22px;}
    .cpclass_nr .font .tit p{ font-size: 14px;}
    .cpclass_nr .font dl dd{ font-size: 14px;}
    .cpclass_nr .font dl dd i{ font-size: 16px;}
}
@media screen and (max-width:1440px){
    .cpclass_nr .font .tit h2{ font-size: 18px;}
    .cpclass_nr .font .tit p{ font-size: 14px;}
    .cpclass_nr .font dl dd{ font-size: 14px; height: 30px; line-height: 30px;}
    .cpclass_nr .font dl dd i{ font-size: 14px;}
    .cpclass_nr .font .more{ font-size: 14px; height: 35px; line-height: 35px;}
}
@media screen and (max-width:1200px){
    .cpclass_nr .font dl,.cpclass_nr .font .more{ width: 100%;}
    .cpclass_nr .font .tit p{ font-size: 12px; line-height: 20px;}
    .cpclass_nr .font dl dd{ font-size: 12px;}
}
@media screen and (max-width:991px){
    .cpclass_nr{ margin-bottom: 3%;}
}
@media screen and (max-width:768px){
    .cpclass_nr{ padding: 15px 10px;}
    .cpclass_nr .font .tit p{ display: none;}
    .cpclass_nr .font .tit h2{ font-size: 16px;}
}






#pro_info_bj{ background: url("../images/cpinfo_bj.jpg") repeat-y center;}
#pro_info_bj .main{ padding: 3% 0;}
.home_zy{ height: 60px; color: rgba(255,255,255,0.5); font-size: 16px;}
.home_zy i{ display: inline-block; color: rgba(255,255,255,0.5); font-size: 20px; margin-right: 10px;}
.home_zy a{ color: rgba(255,255,255,0.5); padding: 0 5px;}
.home_zy a:last-of-type{ color: #fff;}


.pro_con{ position: relative; overflow: hidden; background: #fff; background-size: auto 100%; border-radius: 20px; padding: 3%;}
.pro_con .row{ margin: 0;}

/*.pro_left{ height: 0; padding-bottom: 40%; position: relative; overflow: hidden; }*/
/*.pro_left img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}*/

.pro_left{ padding: 0; position: relative; overflow: hidden;}
.pro_left .swiper-container {
    width: 100%;
    height: 100%;
}

.pro_left .swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pro_left .swiper-slide p{ display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.pro_left .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.pro_left .swiper-pagination{ bottom: 3%;}
.pro_left .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 3px; transition:0.3s; opacity: 1; background: #7c7c7c;}
.pro_left .swiper-pagination-bullet-active{ width: 60px; background: var(--theme-bg); opacity: 1;}



.pro_right{ padding: 0 2%;}
.pro_right .tit{ color: #333333; font-size: 32px; font-weight: bold;}
.pro_right ul{ margin: 3% 0 !important;}
.pro_right ul li{ height: 37px; line-height: 37px; background: #e5eef9; font-size: 16px; color: var(--theme-bg); padding: 0 20px; margin-right: 20px;}
.pro_right .content{ color: #666; font-size: 16px; padding: 3% 0 0; border-top: 1px solid #eeeeee; position: relative;  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.pro_right dl{ padding: 3% 0 !important; margin: 3% 0 0 !important; border-top: 1px solid #eeeeee; }
.pro_right dl dd{ width: 80px; height: 80px; border: 1px solid #e2e2e2; color: #999999; border-radius: 100%; text-align: center; line-height: 20px; padding-top: 20px; font-size: 16px; margin-right: 20px; margin-bottom: 0 !important; transition: 0.3s;}
.pro_right dl dd:hover{ background: var(--theme-bg); color: #fff; border: 1px solid var(--theme-bg); cursor: pointer;}

.pro_right .zixun-btn{ height: 55px; line-height: 55px; color: #fff; transition: 0.3s;}
.pro_right .zixun-btn p{ background: var(--theme-bg); padding: 0 30px;}
.pro_right .zixun-btn p span{ font-size: 22px;}
.pro_right .zixun-btn p i{ font-size: 32px; font-family: Impact;}
.pro_right .zixun-btn h2{ background: #0090e3; font-size: 18px; height: 55px; line-height: 55px; padding: 0 20px; font-weight: bold !important;}
.pro_right .zixun-btn h2 a{ color: #fff;}
@media screen and (max-width:1440px){
    .pro_right .tit{ font-size: 26px;}
    .pro_right dl dd{ font-size: 13px; margin: 0;}
    .pro_right .zixun-btn{ font-size: 20px;}
    .pro_right ul li{ font-size: 14px;}
    .pro_right .zixun-btn p span{ font-size: 18px;}
    .pro_right .zixun-btn p i{ font-size: 26px;}
}
@media screen and (max-width:1200px){
    .pro_right .content{ font-size: 12px;}
    .pro_right .tit{ font-size: 22px;}
    .pro_right dl dd{ font-size: 12px; width: 60px; height: 60px; line-height: 15px; padding-top: 15px;}
    .pro_right ul li{ font-size: 12px; padding: 0 10px;}
    .pro_right .zixun-btn p span{ font-size: 16px;}
    .pro_right .zixun-btn p i{ font-size: 22px;}
}
@media screen and (max-width:991px){
    .pro_right{ margin-top: 3%;}
    .pro_right dl dd{ margin-right: 10px;}
}
@media screen and (max-width:768px){
    #cp_right li .pic,#cp_right li .font{ width: 100%;}
    #cp_right li .pic{ padding-bottom: 70%;}
    .home_zy{ font-size: 12px;}
    .home_zy i{ font-size: 14px;}
    .pro_right dl dd{ float: left; margin: 0 30px 10px 0 !important;}
    .pro_right .zixun-btn h2{ display: none;}
    .pro_right ul li{ margin-right: 5px;}
}


.cptit{ height: 60px; line-height: 60px; background: #f7f8fb;}
.cptit p{ background: var(--theme-bg); float: left; color: #fff; font-size: 24px; padding: 0 40px; position: relative;}
.cptit p:before{ position: absolute; right: -20px; top: 0; content: ''; width: 10px; height: 100%; background: var(--theme-bg);}
.cptit p:after{ position: absolute; right: -35px; top: 0; content: ''; width: 10px; height: 100%; background: #0090e3;}

.content_zy{ padding: 3% 0 5%; line-height: 35px; font-size: 16px;}
.content_zy img{ max-width: 100%;}


#cpys_info{ margin: 3% 0 3% !important;}
#cpys_info li{ width: 49%; float: left; background: #f7f8fb; padding: 3%; margin-bottom: 30px;}
#cpys_info li:nth-of-type(2n){ float: right;}
#cpys_info li i{ color: var(--theme-bg); font-size: 50px;}
#cpys_info li .float-start{ width: 90%; padding-left: 3%;}
#cpys_info li .float-start p{ color: #333333; font-size: 26px;}
#cpys_info li .float-start span{ display: block; font-size: 16px; line-height: 30px; padding-top: 10px;}
@media screen and (max-width:1700px){
    #cpys_info li .float-start span{ font-size: 14px;}
    #cpys_info li .float-start p{ font-size: 22px;}
}
@media screen and (max-width:991px){
    #cpys_info li{ width: 100%;}
}



/*新闻资讯*/
#xwclass{ padding: 0 4% !important; background: #fff;}
#xwclass li{width: 100%;height: auto; padding: 4% 0; transition: 0.3s; border-bottom: 1px solid #d6d6d6;}
#xwclass li .pic{ display: block; height: 0; padding-bottom: 20%; position: relative; overflow: hidden;}
#xwclass li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xwclass li .font{ padding-left: 3%;}
#xwclass li .news_title{ text-align: left; color: #333333; font-size: 20px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 30px;}
#xwclass li .news_time{ color: #999999; font-size: 15px; font-family: Arial; padding: 10px 0 20px;}
#xwclass li .news_info{ color: #999999; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwclass li i{ float: right; width: 60px; height: 60px; text-align: center; line-height: 55px; border: 1px solid #c8c8c8; border-radius: 3px;transition: 0.3s;}
#xwclass li i svg{ width: 24px;}
#xwclass li i svg path{ fill: #666; transition: 0.3s;}
#xwclass li:last-of-type{ border-bottom: none;}
#xwclass li:hover .news_time span{ color: var(--theme-bg);}
#xwclass li:hover i{ border: 1px solid var(--theme-bg); background: var(--theme-bg);}
#xwclass li:hover i svg path{ fill: #fff;}
@media screen and (max-width:991px){
    #xwclass li .news_title{ font-size: 18px;}
    #xwclass li .news_time{ font-size: 12px; padding: 5px 0;}
    #xwclass li .news_info{ font-size: 14px;}
}
@media screen and (max-width:768px){
    #xwclass li .pic{ padding-bottom: 55%; margin-bottom: 3%;}
    #xwclass li .news_title{ font-size: 16px;}
}



#xw_main .content{ color: #666666; font-size: 16px; border-bottom: 1px solid #f5f5f5; margin-bottom: 6%; padding: 4% 0;}
.xw_bai{ background: #fff; padding: 3%; line-height: 40px;}
.xw_bai h1{ color: #000000; font-size: 22px; line-height: 40px;}
.xw_bai .click{ color: #666666; font-size: 14px;}
.xw_bai .click i{ display: inline-block; margin-right: 10px;}
.xw_bai img{ display: block; max-width: 100%; margin: 2% auto;}



#prev_next{ height: 80px; line-height: 80px; margin-top: 10px !important; }
#prev_next li{ float: left; width: 49.5%; color: #999999; background: #fff; padding: 0 5%;}
#prev_next li .page-a{white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#prev_next li a{ color: #999999;}
#prev_next li:last-of-type{ float: right; text-align: right;}
#prev_next li:hover{ color: var(--theme-bg);}
#prev_next li:hover a{ color: var(--theme-bg);}
@media screen and (max-width:991px){
    #prev_next li{  width: 100%; line-height: 25px; font-size: 13px; margin-top: 2%;}
    .xw_bai h1{ font-size: 18px; height: auto; line-height: 30px;}
    #prev_next li:last-of-type{ text-align: left;}
}

.xwinfo_tit{ color: #333333; font-size: 20px; font-weight: bold;}
#xgxw_pic{ margin-top: 5%; overflow: hidden;}
#xgxw_pic img{ max-width: 100%; transition: 0.3s;}
#xgxw_pic:hover img{ transform: scale(1.05);}
#xgxw{ padding: 0 !important;}
#xgxw li{ color: #666666; font-size: 16px; transition: 0.3s; line-height: 30px; margin-top: 5%;}
#xgxw li:hover{ color: var(--theme-bg); }
@media screen and (max-width:1200px){
    #xgxw li{ font-size: 12px;}
}



.news_pic { padding: 0 !important;}
.news_pic li{ margin-bottom: 7%;}
.news_pic .imgbox { width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; border-radius: 10px;}
.news_pic .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
.news_pic .imgbox1 { width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; border-radius: 10px;}
.news_pic .imgbox1 p{ object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%;}
.news_pic .imgbox1 p img{ max-width: 100%; height: 100%; transition: 0.3s;}
.news_pic .imgbj{ position: absolute; z-index: 1; padding: 4%; color: #fff; left: 0; bottom: 0; width: 100%; height: 100%; }
.news_pic .imgbj .tit{ position: relative; z-index: 5; font-weight: bold; font-size: 18px; transition: 0.5s;}
.news_pic .imgbj i{ position: relative; z-index: 5; font-size: 30px; transition: 0.5s;}
.news_pic .imgbj:after {
    content: " ";
    z-index: 4;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-image: url('../images/mask-md-fc.png');
    background-size: 100% auto;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.news_pic li:hover .imgbox img{ transform: scale(1.05) rotate(-1deg); }
.news_pic li:hover .imgbox1 p img{ transform: scale(1.05) rotate(-1deg); }


/*联系我们*/
.de-contact .lx_tit{ margin-bottom: 2%;}
.de-contact .lx_tit p{ color: var(--theme-bg); font-weight: bold; font-size: 32px; padding-right: 10px;}
.de-contact .lx_tit span{ color: #999999; font-size: 16px; text-transform: uppercase;}
.lxwm{ padding: 3% 5% 0 0 !important;}
.lxwm li{ color: #000000; cursor: pointer; border-top: 1px solid #ededed; padding: 3% 0; }
.lxwm li i{ height: 50px; width: 50px; line-height: 50px; margin-right: 15px; text-align: center; color: var(--theme-bg); font-size: 30px; border: 1px solid #d7d7d7; transition: 0.3s;}
.lxwm li .d-md-flex{ width: 90%;}
.lxwm li .font{ line-height: 25px; width: 35%;}
.lxwm li .font span{ display: block; color: #666666; font-size: 16px;}
.lxwm li .font p{ color: #c8c8c8; font-size: 13px; text-transform: uppercase;}
.lxwm li .con{ color: #333333; font-size: 20px; width: 65%;}
.lxwm li:last-of-type{ border-bottom: 1px solid #ededed;}
.de-contact .contact-map{ margin-top: 5%;}
.de-contact .ewm{ text-align: center;}
.lxwm li:hover i{ background: var(--theme-bg); border: 1px solid var(--theme-bg); color: #fff;}
@media screen and (max-width:1440px){
    .lxwm li{ padding: 4% 0;}
    .lxwm li .con{ font-size: 18px;}
}
@media screen and (max-width:1200px){
    .lxwm li .font span{ font-size: 14px;}
    .lxwm li .font p{ font-size: 12px;}
    .lxwm li .con{ font-size: 16px;}
}
@media screen and (max-width:991px){
    .de-contact .lx_tit{ margin: 5% 0 0;}
}
@media screen and (max-width:768px){
    .lxwm li .font{ width: 100%;}
    .lxwm li .font p{ display: none;}
    .de-contact .lx_tit p{ font-size: 20px;}
    .de-contact .lx_tit span{ font-size: 14px;}
}







/*公共*/
#zi_banner{ width: 100%; height: auto; position: relative;}
#zi_banner .pic{ text-align: center; overflow: hidden;}
#zi_banner .pic img{ width: 100%;}
#zi_banner .main{ position: absolute; left: 0; top: 0; width: 100%; z-index: 1; color: #fff; padding: 7% 0 0; line-height: 50px; text-align: center;}
#zi_banner .main .tit{ background: url("../images/tit_line1.png") no-repeat center bottom; padding-bottom: 20px;}
#zi_banner .main h2{ font-size: 42px; font-weight: bold !important;}
#zi_banner .main p{ font-size: 18px; }
@media screen and (max-width:1440px){
    #zi_banner .main h2{ font-size: 30px;}
    #zi_banner .main p{ font-size: 16px; height: 40px; line-height: 40px;}
}
@media screen and (max-width:1200px){
    #zi_banner .pic img{ width: 130%; margin-left: -15%;}
}
@media screen and (max-width:991px){
    #zi_banner .pic img{ width: 150%; margin-left: -15%;}
    #zi_banner .main{ padding-top: 12%;}
    #zi_banner .main h2{ font-size: 28px;}
    #zi_banner .main p{ font-size: 16px;}
    #zi_banner .main i{ display: none;}
}
@media screen and (max-width:768px) {
    #zi_banner .pic img { width: 195%; margin-left: -25%;}
    #zi_banner .main{ padding-top: 15%;}
    #zi_banner .main h2{ font-size: 24px;}
    #zi_banner .main p{ font-size: 14px;}
}
@media screen and (max-width:560px) {
    #zi_banner .main h2{ font-size: 20px;}
    #zi_banner .main p{ display: none;}
}




#homebj{ width: 100%; height: 70px; line-height: 70px; color: #fff; border-bottom: 1px solid #e8e8e8;}
#homebj ul{ width: 70%;}
#homebj ul li{ margin-right: 8%; position: relative; font-size: 16px; text-align: center;}
#homebj ul li:before{ position: absolute; left: 50%; bottom: 0; content: ''; height: 3px; background: #0056a3; width: 0; transition: all 0.3s; }
#homebj ul li a{ color: #666666;}
#homebj ul li:hover a{ color: #0056a3;}
#homebj ul li:hover:before{ left: 0; width: 100%;}
.home{ text-align: right; color: #999999;}
.home i{ display: inline-block; margin-right: 10px; font-weight: bold; font-size: 18px;}
.home a{ padding: 0 8px; color: #999999;}
.home a:last-of-type{ color: var(--theme-bg);}

@media screen and (max-width:1500px) {
}
@media screen and (max-width:1440px) {
    .home{ font-size: 12px;}
    .home i{ display: none;}
}
@media screen and (max-width:991px) {
    .home{ display: none !important;}
    #homebj ul{ width: 100%;}
    #homebj ul li{ float: left; width: 25%; text-align: center; margin: 0 !important; font-size: 14px;}
    #homebj{ padding: 10px 0; height: auto !important; line-height: 30px;}
}
@media screen and (max-width:768px) {
    #homebj ul li{ width: 25%;}

}


#cpnav{ padding: 0; overflow: hidden; width: 70%;}
#cpnav .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cpnav .swiper-slide {
    text-align: center;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#cpnav .swiper-slide:before{ position: absolute; content: ''; left: 50%; bottom: 0; width: 0; height: 3px; background: #07357f; transition: 0.3s;}
#cpnav .swiper-slide:hover:before{ left: 25%; width: 50%;}
#cpnav .swiper-slide:hover a{ color: #07357f;}
@media screen and (max-width:991px){
    #cpnav{ width: 100%;}
}
@media screen and (max-width:765px){
}


.hui{ background: #f7f7f7;}
.bai{ background: #fff !important;}







/*翻页*/
.page {
 font-size: 0;
 text-align: center;
}
.page .center {
 display: inline-block;
 overflow: hidden;
}
.page .center .page-span {
 float: left;
 font-size: 14px;
 color: #c3c3c3;
 line-height: 32px;
 margin-right: 30px;
}
.page .center .page-list {
 float: left;
 overflow: hidden;
}
.page .center .page-list ul li {
 float: left;
 width: auto;
 min-width: 30px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 14px;
 margin: 0 4px;
 padding: 0;
 border: none;
 background: transparent;
}
.page .center .page-list ul li a {
 min-width: 20px;
 padding: 0 5px;
 border: 1px solid #eee;
 display: block;
 color: #333;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 overflow: hidden;
 background: #fff;
}
.page .center .page-list ul li:hover a {
 color: #f3c04b;
}
.page .center .page-list ul li.active a {
 background: #f3c04b;
 color: #fff;
}
